CellAnimationType

The animation type for cell value changes in a data grid.
 

Example

The following is an example of how to reference the CellAnimationType object:

	// The full path is required.
	dundas.controls.CellAnimationType.HIGHLIGHT
	

 

Properties

 
  Name Description
  HIGHLIGHT Cells will be highlighted with color change.
  SLIDE Cells will be slide up or down to highlight the changes.